home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / c47.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  933 b   |  51 lines

  1. // C47
  2. c47
  3. {
  4.     qer_editorimage textures/models/vehicles/c47/c47.tga
  5.     {
  6.         map textures/common/reflection1.tga
  7.         rgbGen lightingSpherical
  8.         tcgen environmentmodel
  9.     }
  10.     {
  11.         map textures/models/vehicles/c47/c47.tga
  12.         rgbGen lightingSpherical
  13.         blendfunc GL_ONE_MINUS_SRC_ALPHA GL_SRC_ALPHA
  14.     }
  15. }
  16.  
  17. static_c47
  18. {
  19.     qer_editorimage textures/models/vehicles/c47/c47.tga
  20.     {
  21.         map textures/common/reflection1.tga
  22.         rgbGen vertex
  23.         tcgen environmentmodel
  24.     }
  25.     {
  26.         map textures/models/vehicles/c47/c47.tga
  27.         rgbGen vertex
  28.         blendfunc GL_ONE_MINUS_SRC_ALPHA GL_SRC_ALPHA
  29.     }
  30. }
  31.  
  32. c47prop
  33. {
  34.     qer_editorimage textures/models/vehicles/c47/c47prop.tga
  35.     cull none
  36.     {
  37.         clampmap textures/models/vehicles/c47/c47prop.tga
  38.         tcmod rotate 5000
  39.         blendFunc blend
  40.     }
  41. }
  42.  
  43. c47fly
  44. {
  45.     qer_editorimage textures/models/vehicles/c47/c47fly.tga
  46.     {
  47.         map textures/models/vehicles/c47/c47fly.tga
  48.         rgbGen lightingSpherical
  49.     }
  50. }
  51.